Skip to content

Conversation

copywith9
Copy link

screen_retriever.dart

  void _handleScreenEvent(event) {
    String type = event['type'] as String;
    for (var listener in _listeners) {
      listener.onScreenEvent(type);
    }
  }

Here, event['type'] is null when switching DPI or resolution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant